org.anarres.cpp
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
InternalException(String msg)
           
 
Method Summary
 
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

InternalException

public InternalException(String msg)


Copyright © 2007 Shevek, Anarres. All Rights Reserved.