org.openspml.v2.profiles.dsml
Class DSMLProfileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openspml.v2.util.Spml2Exception
              extended byorg.openspml.v2.profiles.dsml.DSMLProfileException
All Implemented Interfaces:
java.io.Serializable

public class DSMLProfileException
extends Spml2Exception

Just a class to separate the exception types...

See Also:
Serialized Form

Constructor Summary
DSMLProfileException(java.lang.String message)
           
DSMLProfileException(java.lang.String message, java.lang.Throwable cause)
           
DSMLProfileException(java.lang.Throwable cause)
           
 
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

DSMLProfileException

public DSMLProfileException(java.lang.String message)

DSMLProfileException

public DSMLProfileException(java.lang.Throwable cause)

DSMLProfileException

public DSMLProfileException(java.lang.String message,
                            java.lang.Throwable cause)


Copyright © Sun Microsystems, Inc. All Rights Reserved.