sub_arctic.lib
Class stack_trace

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--sub_arctic.lib.sub_arctic_error
                    |
                    +--sub_arctic.lib.stack_trace

public class stack_trace
extends sub_arctic_error

An exception class designed to gather a stack trace for debugging purposes. This is not necessarily thrown because of an, but instead used internally to gather a stack trace for debugging purposes.

See Also:
Serialized Form

Constructor Summary
stack_trace()
          Default constructor
stack_trace(java.lang.String message)
          Constructor with error message
 
Methods inherited from class sub_arctic.lib.sub_arctic_error
crash, crash
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

stack_trace

public stack_trace(java.lang.String message)
Constructor with error message
Parameters:
String - message the error message associated with the error

stack_trace

public stack_trace()
Default constructor