org.anarres.cpp
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.anarres.cpp.InternalException
- All Implemented Interfaces:
- Serializable
public class InternalException
- extends RuntimeException
An internal exception.
This exception is thrown when an internal state violation is
encountered. This should never happen. If it ever happens, please
report it as a bug.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalException
public InternalException(String msg)
Copyright © 2007 Shevek, Anarres. All Rights Reserved.