com.ace.moab.api.global
Class InvalidMoabArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ace.moab.api.global.InvalidMoabArgumentException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMoabArgumentException
extends java.lang.RuntimeException

This exception is thrown when an invalid argument is passed to a class representing a Moab object.

See Also:
Serialized Form

Constructor Summary
InvalidMoabArgumentException(java.lang.String msg)
          Constructor used to throw an exception with a descriptive message.
InvalidMoabArgumentException(java.lang.String msg, java.lang.Throwable th)
          Constructor used to throw an exception with a descriptive message and the reason for this exception.
 
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

InvalidMoabArgumentException

public InvalidMoabArgumentException(java.lang.String msg)
Constructor used to throw an exception with a descriptive message.

Parameters:
msg - a message explaining the exception.

InvalidMoabArgumentException

public InvalidMoabArgumentException(java.lang.String msg,
                                    java.lang.Throwable th)
Constructor used to throw an exception with a descriptive message and the reason for this exception.

Parameters:
msg - a message explaining the exception.
th - the throwable stack trace that caused this exception.


Copyright © 2001-2009 Cluster Resources, Inc. All Rights Reserved.