|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--sub_arctic.lib.sub_arctic_error | +--sub_arctic.lib.stack_trace
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.
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 |
public stack_trace(java.lang.String message)
String
- message the error message associated with the errorpublic stack_trace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |