Orbital library

orbital.util
Class GeneralComplexionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
              extended by java.lang.UnknownError
                  extended by orbital.util.GeneralComplexionException
All Implemented Interfaces:
java.io.Serializable

public class GeneralComplexionException
extends java.lang.UnknownError

This Error is thrown like an UnknownError whenever really big nonsense happens which cannot be categorized any further. This particular error should raise if the whole thing is getting too complex.

Author:
André Platzer
See Also:
OutOfCheeseError, Serialized Form

Constructor Summary
GeneralComplexionException()
           
GeneralComplexionException(java.lang.String message)
           
 
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

GeneralComplexionException

public GeneralComplexionException(java.lang.String message)

GeneralComplexionException

public GeneralComplexionException()

Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.