unbbayes.controller.exception
Class InconsistentArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unbbayes.controller.exception.InconsistentArgumentException
All Implemented Interfaces:
Serializable

public class InconsistentArgumentException
extends Exception

Author:
Shou Matsumoto
See Also:
Serialized Form

Constructor Summary
InconsistentArgumentException()
           
InconsistentArgumentException(String arg0)
           
InconsistentArgumentException(String arg0, Throwable arg1)
           
InconsistentArgumentException(Throwable arg0)
           
 
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

InconsistentArgumentException

public InconsistentArgumentException()

InconsistentArgumentException

public InconsistentArgumentException(String arg0)
Parameters:
arg0 -

InconsistentArgumentException

public InconsistentArgumentException(Throwable arg0)
Parameters:
arg0 -

InconsistentArgumentException

public InconsistentArgumentException(String arg0,
                                     Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2001-2010 University of Brasilia - UnB. All Rights Reserved.