unbboolean.gui.solidpanels
Class InvalidBooleanOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--unbboolean.gui.solidpanels.InvalidBooleanOperationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBooleanOperationException
extends java.lang.Exception

Exception representing a situation where the solid resulting of a boolean operation is empty

Author:
Danilo Balby Silva Castanheira(danbalby@yahoo.com)
See Also:
Serialized Form

Constructor Summary
InvalidBooleanOperationException()
          Constructs a default InvalidBooleanOperationException object
InvalidBooleanOperationException(java.lang.String message)
          Constructs a new exception with the specified detail message
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidBooleanOperationException

public InvalidBooleanOperationException()
Constructs a default InvalidBooleanOperationException object


InvalidBooleanOperationException

public InvalidBooleanOperationException(java.lang.String message)
Constructs a new exception with the specified detail message

Parameters:
message - detail message