MissingMandatoryAttributeException

io.dylemma.spac.xml.XmlSpacException.MissingMandatoryAttributeException
See theMissingMandatoryAttributeException companion object
class MissingMandatoryAttributeException(val attributeName: ShowableQName, val elem: Option[ElemStart], spacTrace: Chain[SpacTraceElement]) extends SpacException[MissingMandatoryAttributeException]

Attributes

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

Members list

Value members

Concrete methods

def withSpacTrace(spacTrace2: Chain[SpacTraceElement]): MissingMandatoryAttributeException

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 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

Concrete fields

val elem: Option[ElemStart]

Inherited fields

val detail: Either[String, Throwable]

Attributes

Inherited from:
SpacException