|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
abc.polyglot.util.SoftSemanticException
public class SoftSemanticException
An unchecked version of SemanticException for use when there really is no choice (e.g. when you need to implement an interface that doesn't support the checked version. Unwrap into the checked version as quickly as possible.
Constructor Summary | |
---|---|
SoftSemanticException(SemanticException e)
|
Method Summary | |
---|---|
SemanticException |
unwrap()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SoftSemanticException(SemanticException e)
Method Detail |
---|
public SemanticException unwrap()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |