XmlSpacException

io.dylemma.spac.xml.XmlSpacException
See theXmlSpacException companion object
trait XmlSpacException[Self <: XmlSpacException[Self]] extends SpacException[Self]

SpacException subtype for XML-specific exceptions

Attributes

Companion
object
Graph
Supertypes
class SpacException[Self]
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addEarlyTrace(firstTraceElems: SpacTraceElement*): Self

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Attributes

Inherited from:
SpacException
def addEarlyTrace(firstTrace: Chain[SpacTraceElement]): Self

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Attributes

Inherited from:
SpacException
final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def addTrace(nextTraceElems: SpacTraceElement*): Self

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Attributes

Inherited from:
SpacException
def addTrace(nextTrace: Chain[SpacTraceElement]): Self

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Attributes

Inherited from:
SpacException
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
SpacException -> NoStackTrace -> Throwable
Inherited from:
SpacException
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
NoStackTrace
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable
def withSpacTrace(spacTrace2: Chain[SpacTraceElement]): Self

Used internally by the framework, typically in a Transformer.Handler's unwind method

Used internally by the framework, typically in a Transformer.Handler's unwind method

Attributes

Inherited from:
SpacException

Inherited fields

val detail: Either[String, Throwable]

Attributes

Inherited from:
SpacException
val spacTrace: Chain[SpacTraceElement]

Attributes

Inherited from:
SpacException