com.groupdocs.annotation.exception
Class AnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groupdocs.annotation.exception.AnnotationException
All Implemented Interfaces:
Serializable

public class AnnotationException
extends Exception

Author:
Aleksey Permyakov (12.08.14). Exception during pdf import
See Also:
Serialized Form

Constructor Summary
AnnotationException(Exception e)
          Exception constructor
AnnotationException(String message)
          Exception constructor
 
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

AnnotationException

public AnnotationException(String message)
Exception constructor

Parameters:
message - error message

AnnotationException

public AnnotationException(Exception e)
Exception constructor

Parameters:
e - Exception object


Copyright © 2014. All rights reserved.