org.obe.client.api.xpdl
Class InvalidPackageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.client.api.xpdl.InvalidPackageException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidPackageException
extends java.lang.Exception

Exception class thrown by the PackageValidator.

Author:
Adrian Price
See Also:
Serialized Form

Constructor Summary
InvalidPackageException(java.lang.String id, ValidationError[] errors)
           
 
Method Summary
 ValidationError[] getErrors()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPackageException

public InvalidPackageException(java.lang.String id,
                               ValidationError[] errors)
Method Detail

getErrors

public ValidationError[] getErrors()

toString

public java.lang.String toString()


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.